chore: add the ASF header to the renderer-loss recovery files - #3504
Merged
Conversation
#3495 branched before #3397 landed, so its two new files arrived without the ASF header and its CI predates the `audit` job. `check:asf-headers` runs in `ci.yml`, so main is currently failing that check and every open PR inherits the failure. `npm run write:asf-headers` produced this; nothing else was touched. Generated-by: Claude Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
#3495 branched before #3397 landed, so its two new files arrived without the ASF header, and its CI run predates the
auditjob that #3397 added.check:asf-headersruns inci.yml, somainis currently failing that check and every open PR inherits the failure until this lands.npm run write:asf-headersproduced this commit. Nothing else was touched.Refs #3495, #3397
Verification
node scripts/asf-license-headers.mjs checkonmainbefore this change: 2 files missing (apps/desktop/src/main/main-renderer-process-gone.tsand its test).AI use
Select exactly one:
Tool(s) and scope: Claude Code — ran the header writer and wrote this description. The commit carries a
Generated-by: Claude Codetrailer.Checklist
Does this PR entail a change in behavior?